*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    
}



h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: #1F2937;
}

h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

h3{
    font-size: 16px;
    font-weight: 500;
}

p{
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    line-height: 24px;
    text-transform: capitalize;
}


html,body{
    font-family: 'Inter', 'sans-serif';
    background-color: #F9FAFB;
}

/* Header Start */

.Header{
    width: 100%;
    height: 64.8px;
    margin-top: 0.2px;
    border-bottom: 0.8px;
    display: flex;
    align-items: center;
    padding: 0px 70px 0px 70px;
    justify-content: space-evenly;
    background-color: #ffffff;
    border-bottom: 0.8px solid #E5E7EB;
}

.Header-left{
    width: 54%;
    height: 64.8px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}

.Header-left>i{
    color: #2A5BD6;
}
.header-left-1{
    display: flex;
    gap: 8px;
}

.Header-left>div>h3{
    padding: 4px;
    border-left: 0.8px solid #D1D5DB;
    color: #6B7280;
}


.Header-right{
    width: 40%;
    height: 64.8px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.Header-right-secure{
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
}

.Header-right-secure>i{
    color: #4B5563;
    margin-right: 6px;
}

.Header-right-lock{
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    
}

.Header-right-lock>i{
    color: #4B5563;
    margin-right: 6px;
}



main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.back-login{
    width: 448px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 2rem;
}
.back-login>a{
    font-weight: 400;
    color: #2A5BD6;
}

.back-login>a>i{
    margin-right: 8px;
}

.signup-container{
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 1rem !important;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    margin: 2rem auto;
}
.signup-container>h3{
    text-align: center;
    font-weight: 400;
    color: #4B5563;
}


.signup-container>i{
    font-size: 36px;
    color: #2A5BD6;
}

.signup-container-1{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.signup-container-1>label{
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
   margin-left: -300px;
}

.signup-container-1>input{
    width: 100%;
    height: 49.5px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #D1D5DB;
}

.signup-container-1>input::placeholder{
    font-size: 16px;
    font-weight: 400;
    color: #9CA3AF;
}

.signup-container-1>button{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    background-color: #2A5BD6;
}

.signup-container-1>button>a{
    color: #ffffff;
    font-size: 16px;
}

.signup-container-1>p{
    text-align: center;
    margin-top: 10px;
    color: #4B5563;
}
.signup-container-1>p>i{
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
}




/* main start end  */

/* footer start */

footer {
    width: 100%;
    height: 96.8px;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
    /* background-color: #dd7171; */
    border-top: 1px solid #E5E7EB;
}

footer>p{
    text-align: center;
}
footer>p>a{
    color: #2A5BD6;
}



#hide1{
    display: none;
}

/* footer end */


@media screen and (max-width: 820px){

    .Header{
        height: 69px;
        justify-content: space-between;
        padding: 12px;
    }
    .header-left-1>h2{
        font-size: 18px;
        font-weight: 600;
        color: #111827;
    }
    .header-left-1{
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 0px;
    }
    .Header-left>div>h3{
        margin-top: -9px;
        font-size: 12px;
        border-left: none;
    }

    .Header-right-secure{
        border-radius: 9999px;
        background-color: #D1FAE5;
        padding: 2px 10px;
    }


    .Header-right-secure>p{
        font-size: 12px;
        color: #065F46;
    }
    .Header-right-lock{
        border-radius: 9999px;
        background-color: #DBEAFE;
        padding: 2px 10px;
    }

    .Header-right-lock>p{
        color: #1E40AF;
        font-size: 12px;
    }


    #hide{
        display: none;
    }
    #hide1{
        display: inline-block;
    }

    main{
        
        justify-content: start;
        padding: 12px;
    }

    .back-login {
        width: 100%;
        height: 50px;
        align-items: start;
        padding: 20px 1rem;
    }

    .signup-container{
        width: 80%;
        border-radius: 12px;
        box-shadow: none;
        padding: 12px;
        display: flex;
        margin-top: 0px;
        align-items: start;
        justify-content: space-evenly;
        box-shadow: 0px 1px 2px 0px #0000000D;
    }

    .signup-container>h3 {
        text-align: start;
    }
    .signup-container-1>label{
        margin-left: 0px;
    }

    .signup-container-1{
        align-items: start;
        justify-self: start;
    }
    .signup-container-1>p{
        text-align: start;
    }
    .signup-container-1>p>i{
        color: #2A5BD6;
    }
    
    footer>p>i{
        color: #9CA3AF;
        margin-top: 3px;
        margin-right: 6px;
    }

    footer{
        border-top: none;
    }
}

@media screen and (max-width:465px){
    .signup-container{
        width: 100%;
        padding: 0px
    }

   
}